home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / DbQueryWindowState.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  31 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="DbQueryWindowState" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains state information of all dockable user interface elements based on a Window class which belongs to the database query module.</desc>
  8.     </info>
  9.     <import oor:component="org.openoffice.Office.UI.WindowState"/>
  10.     <uses oor:component="org.openoffice.Office.UI.WindowState"/>
  11.     <templates/>
  12.     <component>
  13.  
  14.         <group oor:name="UIElements">
  15.  
  16.             <info>
  17.  
  18.                 <desc>Contains user interface element state data specific for the database query module."</desc>
  19.             </info>
  20.             <set oor:name="States" oor:node-type="WindowStateType" oor:component="org.openoffice.Office.UI.WindowState">
  21.  
  22.                 <info>
  23.  
  24.                     <desc>Contains states of all known dockable user interface elements of the database query module."</desc>
  25.                 </info>
  26.             </set>
  27.         </group>
  28.     </component>
  29. </oor:component-schema>
  30.  
  31.